home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / m_sizeof < prev    next >
Text File  |  2001-04-06  |  399b  |  16 lines

  1. OBSOLETE
  2. SYNOPSIS
  3.         int m_sizeof(mapping map)
  4.  
  5. DESCRIPTION
  6.         Returns the number of indices in mapping 'map'.
  7.         This function is in fact an alias for sizeof().
  8.  
  9. HISTORY
  10.         Since LDMud 3.2.9, not available if driver is compiled without
  11.           USE_DEPRECATED.
  12.  
  13. SEE ALSO
  14.         mappingp(E), mkmapping(E), m_indices(E), m_values(E),
  15.         m_delete(E), sizeof(E), widthof(E).
  16.